The CRPEGraphAxisInfo structure contains information about how the axis of a chart are calculated and displayed.
Each data member is set by the corresponding constructor parameter.
The default value for each data member is 0.
Member | Type | Description |
---|---|---|
Specifies how gridlines are displayed on the chart. Use one of the PEP_GGT_XXX Graph Gridline Constants, or PEP_UNCHANGED for no change. | ||
Specifies how gridlines are displayed on the chart. Use one of the PEP_GGT_XXX Graph Gridline Constants, or PEP_UNCHANGED for no change. | ||
Specifies how gridlines are displayed on the chart. Use one of the PEP_GGT_XXX Graph Gridline Constants, or PEP_UNCHANGED for no change. | ||
Specifies how gridlines are displayed on the chart. Use one of the PEP_GGT_XXX Graph Gridline Constants, or PEP_UNCHANGED for no change. | ||
Specifies the format for the display of numeric values on the chart. Use one of the PEP_GNF_XXX Chart Number Format Constants, or PEP_UNCHANGED for no change. | ||
Specifies the format for the display of numeric values on the chart. Use one of the PEP_GNF_XXX Chart Number Format Constants, or PEP_UNCHANGED for no change. | ||
Specifies the format for the display of numeric values on the chart. Use one of the PEP_GNF_XXX Chart Number Format Constants, or PEP_UNCHANGED for no change. | ||
Boolean, or PEP_UNCHANGED for no change. If TRUE, the axis will autorange. | ||
Boolean, or PEP_UNCHANGED for no change. If TRUE, the axis will autorange. | ||
Boolean, or PEP_UNCHANGED for no change. If TRUE, the axis will autorange. | ||
Use one of the PEP_ADM_XXX Graph Axis Division Method Constants, or PEP_UNCHANGED for no change. | ||
Use one of the PEP_ADM_XXX Graph Axis Division Method Constants, or PEP_UNCHANGED for no change. | ||
Use one of the PEP_ADM_XXX Graph Axis Division Method Constants, or PEP_UNCHANGED for no change. | ||
Valid only if the corresponding axis m_dataAxisYAutomaticDivision is FALSE. | ||
Valid only if the corresponding axis m_dataAxisY2AutomaticDivision is FALSE. | ||
Valid only if the corresponding axis m_seriesAxisAutomaticDivision is FALSE. | ||
Boolean, or PEP_UNCHANGED for no change. Specifies whether the axis should autoscale. | ||
Boolean, or PEP_UNCHANGED for no change. Specifies whether the axis should autoscale. | ||
Boolean, or PEP_UNCHANGED for no change. Specifies whether the axis should autoscale. |
This constructs a CRPEGraphAxisInfo structure object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.
CRPEGraphAxisInfo (
WORD StructSize,
short groupAxisGridLine,
short dataAxisYGridLine,
short dataAxisY2GridLine,
short seriesAxisGridline,
double dataAxisYMinValue,
double dataAxisYMaxValue,
double dataAxisY2MinValue,
double dataAxisY2MaxValue,
double seriesAxisMinValue,
double seriesAxisMaxValue,
short dataAxisYNumberFormat,
short dataAxisY2NumberFormat,
short seriesAxisNumberFormat,
short dataAxisYAutoRange,
short dataAxisY2AutoRange,
short seriesAxisAutoRange,
short dataAxisYAutomaticDivision,
short dataAxisY2AutomaticDivision,
short seriesAxisAutomaticDivision,
long dataAxisYManualDivision,
long dataAxisY2ManualDivision,
long seriesAxisManualDivision,
short dataAxisYAutoScale,
short dataAxisY2AutoScale,
short seriesAxisAutoScale );
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |